Back to search
30
MCP

Codebase RAG

pulsemcp/codebase rag

Provides semantic codebase search and file retrieval using CocoIndex embeddings and PostgreSQL with pgvector for similarity search, enabling natural language queries to find relevant code snippets with similarity scores and line numbers.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

DeepRepo
RAG engine for local codebases with multi-provider AI support and semantic search.
0 tools
Medical RAG - Clinical Decision Support & Healthcare Knowledge Retrieval
Medical RAG: semantic search for clinical guidelines, drug interactions, diagnoses & EHR data.
0 tools · streamable-http
Multi-Document RAG
Enables document processing with OCR, vector embeddings, and semantic search capabilities for efficient retrieval-augmented generation acros
0 tools
io.github.abhishek2432001/deeprepo
Productivity-boosting RAG engine for codebases with multi-provider AI support and semantic search.
0 tools
allentcm/mcp-codebase-rag
MCP server for code retrieval from a fully indexed codebase using CocoIndex
0 tools
cocoindex-code-mcp-server
RAG based on cocoindex as MCP server (streamingHttp), with Haskell support
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "codebase_rag": {
      "url": "None",
      "transport": "http"
    }
  }
}